[NTG-context] Re: how to include an an svg file?

2024-03-16 Thread Jean-Pierre Delange
re > sectioning > chapter @ level 2 : 0.1 -> MetaPost pages > flushing realpage 1, userpage 1, subpage 1 metapost> initializing instance 'metafun:1' using format 'metafun' and method 'double' metapost> loading 'metafun' as 'C:/Users/adeim/

Re: [NTG-context] How to write readable source files?

2021-05-29 Thread Hans Hagen
eyword extraction from MetaFun's source code. By fine-grained, I mean that the output contains information about the kind of keyword (def, primary def, vardef, constant, variable, etc.) I could update it to Lua and mp-*.mpxl if that interests you—unless that has already been done, of course.

Re: [NTG-context] How to write readable source files?

2021-05-29 Thread Nicola
t in the past for fine-grained keyword extraction from MetaFun's source code. By fine-grained, I mean that the output contains information about the kind of keyword (def, primary def, vardef, constant, variable, etc.) I could update it to Lua and mp-*.mpxl

Re: [NTG-context] Conflict between MetaPost (LMTX) and cmarrows

2021-04-27 Thread Hans Hagen
.. in mpxl we use names like temp_pair_z i.e. a temp_ namespace (as well as a mfun_ one) for all these potentially clashing short names you could do newinternal n_; pair z_[],dz_; at the top of your file (because we don't use them) but stil ... Hans

[NTG-context] tex live code freeze

2021-03-05 Thread Hans Hagen
' yearly current release but of course after that there will be updates when needed. In these updates we don't distinguish between betas and currents: we dropped that some time ago because it was only confusing. Last/this year much of LMTX (mkxl, mpxl, lmt files) already got split and I expect

Re: [NTG-context] possible problem with MPinstance or MPinclusions? works in 20200920 but not in the current 20210124 ...

2021-01-28 Thread Hans Hagen
 > log > resolvers       > methods > resolving, method 'finders', how 'uri', handler 'file', argument 'boxrow.mp' in 2021.01.24: resolvers       > tex > 'file' closer: '/local/Software/lmtx/tex/texmf-context/metapost/context/base/mpxl/metafun.mpxl

Re: [NTG-context] upload / metafun

2020-12-15 Thread Otared Kavian
is as an experiment: primitives, permanent, immutable > and mutable (so far); you can look at the *.mpxl files to get an idea. If you > say for instance > >path fullcircle; > > there will be a warning > > metapost> overloading immutable 'fullcircle'

[NTG-context] RE : upload / metafun

2020-12-15 Thread Joseph
, immutable and mutable (so far); you can look at the *.mpxl files to get an idea. If you say for instance  path fullcircle; there will be a warning metapost    > overloading immutable 'fullcircle' or when \enabledirectives[metapost.overloadmode=error] has b

[NTG-context] upload / metafun

2020-12-15 Thread Hans Hagen
can do something similar in metapost: flag macros and variables in order to issue a warnings when a dangerous overload happens. The current lmtx has this as an experiment: primitives, permanent, immutable and mutable (so far); you can look at the *.mpxl files to get an idea. If you say

Re: [NTG-context] upload

2020-11-23 Thread Otared Kavian
problems; but context --make has > this error. > > Do I miss something? > > Thanks > Christian > > Am Mo., 23. Nov. 2020 um 18:56 Uhr schrieb Hans Hagen : > Hi, > > I uploaded a next iteration of lmtx. From now on there are dedicated sub > directories for mkl

Re: [NTG-context] upload

2020-11-23 Thread Christian Prim
Mo., 23. Nov. 2020 um 18:56 Uhr schrieb Hans Hagen : > Hi, > > I uploaded a next iteration of lmtx. From now on there are dedicated sub > directories for mklx and mpxl, which is an indication that we're on the > way to a full co

Re: [NTG-context] upload

2020-11-23 Thread Pablo Rodriguez
On 11/23/20 6:55 PM, Hans Hagen wrote: > Hi, > > I uploaded a next iteration of lmtx. From now on there are dedicated sub > directories for mklx and mpxl, which is an indication that we're on the > way to a full code split. Hi Hans, I’m afraid that there is an error that preven

[NTG-context] upload

2020-11-23 Thread Hans Hagen
Hi, I uploaded a next iteration of lmtx. From now on there are dedicated sub directories for mklx and mpxl, which is an indication that we're on the way to a full code split. Hans